home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pdox693.zip / TI592.ASC < prev    next >
Text File  |  1992-11-12  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Paradox, SQL Link                      NUMBER  :  592
  9.   VERSION  :  1.0 & up
  10.        OS  :  DOS
  11.      DATE  :  November 12, 1992                        PAGE  :  1/1
  12.  
  13.     TITLE  :  Viewing remote tables
  14.  
  15.  
  16.  
  17.  
  18.   Intended Audience:
  19.   Persons who have Paradox and SQL Link.
  20.  
  21.   Prerequisites:
  22.   Knowledge of how to connect to your SQL server through SQL Link.
  23.  
  24.   Purpose:
  25.   This Technical Information sheet discusses a method for viewing
  26.   remote tables.
  27.  
  28.  
  29.   Tables located on the SQL Server (remote tables) can sometimes be
  30.   several megabytes in size.  Therefore viewing, updating, and
  31.   screen refreshing these tables in a client server environment can
  32.   cause a great deal of network traffic.  By creating a query,
  33.   though, you can view a copy of the SQL table and avoid excess
  34.   network traffic.
  35.  
  36.   After establishing a connection to your SQL server, create a
  37.   replica of the remote table using the SQLSetup script (if you are
  38.   using SQL Link 4.0, you can access SQLSetup by selecting
  39.   Utilities | SQLSetup from the System Menu).  Then select F10 |
  40.   Ask and enter the remote table name.  Place a CheckPlus ( [Alt]
  41.   [F6] ) in every field of the query form, and press [F2] Do-it!.
  42.   SQL Link will translate the query and send the SQL code to the
  43.   server.  The server then optimizes the query, processes it. and
  44.   sends the result to a local Answer table.  This Answer table can
  45.   then be modified, used in a local query, or updated and added
  46.   back into the remote SQL table.
  47.  
  48.   Note: When querying a large remote table, make sure that your
  49.   private directory has available 2-3 times the diskspace of the
  50.   remote table.  If it does not, you can view selected records from
  51.   the remote table by setting up the query as specified above, and
  52.   in addition, specifying select criteria.
  53.  
  54.   DISCLAIMER: You have the right to use this technical information
  55.   subject to the terms of the No-Nonsense License Statement that
  56.   you received with the Borland product to which this information
  57.   pertains.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.